sort cmake glob lists
authorA. Maitland Bottoms <bottoms@debian.org>
Wed, 28 Mar 2018 02:04:11 +0000 (22:04 -0400)
committerA. Maitland Bottoms <bottoms@debian.org>
Tue, 3 Apr 2018 05:03:19 +0000 (06:03 +0100)
commite6d6b872dc665689f1c3cce6052b181a61682758
treeb6a02b312fbc5afc2deaaad71471ac4ed8ff6c87
parent341dfef8e617945ab0fab6d149d70bc1053c3563
sort cmake glob lists

File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
with the readdir() order. Sorting the lists should help make reproducible builds.

Gbp-Pq: Name sort-cmake-glob-lists
lib/CMakeLists.txt